home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / amsprogs.zip / NW386.MNU < prev    next >
Text File  |  1992-05-01  |  3KB  |  180 lines

  1. %Netware 386 Utilities,10,30,4
  2. 1. User Commands
  3.  %User Commands
  4. 2. Netware Menu Utilities
  5.  %Netware Menu Utilities
  6. 3. Management Commands
  7.  %Management Commands
  8. %User Commands,15,48,4
  9. Attach To Another Server
  10.  @Echo Off
  11.  Cls
  12.  Rem @1"Enter Server Name"
  13.  Rem @2"Enter User Name"
  14.  Set U=@2
  15.  If Not "%u%"=="" Set Ss=/
  16.  Attach @1%ss%%u%
  17.  Set U=
  18.  Set Ss=
  19. Login To Another Server / Login A New User
  20.  @Echo Off
  21.  Cls
  22.  :@1"Enter Server Name"
  23.  Login @1
  24. Logout From A Server
  25.  @Echo Off
  26.  Cls
  27.  :@1"Enter Server Name"
  28.  Logout @1
  29. Messages Disable
  30.  @Echo Off
  31.  Cls
  32.  Castoff
  33. Messages Disable (including Console Messages)
  34.  @Echo Off
  35.  Cls
  36.  Castoff All
  37. Messages Enable
  38.  @Echo Off
  39.  Cls
  40.  Caston
  41. Password Revision
  42.  @Echo Off
  43.  Cls
  44.  :@1"Enter A New Password"
  45.  Setpass @1
  46.  Pause
  47. Print To Local Printer Port
  48.  @Echo Off
  49.  Cls
  50.  Rem @1"Enter Port (default Is 1)"
  51.  Set P=@1
  52.  If "%p%"=="" Set P=1
  53.  Endcap L=%p%
  54. Rights Granted In A Directory
  55.  @Echo Off
  56.  Cls
  57.  :@1"Enter Path"
  58.  Rights @1
  59.  Pause
  60. Servers Available On Network
  61.  @Echo Off
  62.  Cls
  63.  Slist
  64.  Pause
  65. Shutdown Your Terminal (With Park)
  66.  @Echo Off
  67.  Cls
  68.  Logout
  69.  Park
  70. Users On Default Server
  71.  @Echo Off
  72.  Cls
  73.  Userlist
  74.  Pause
  75. %Netware Menu Utilities,15,48,4
  76. File Management,,Load Filer
  77.  Filer
  78. Print Job Configurations,,Load PrintCon
  79.  PrintCon
  80. Print Queue Management,,Load PConsole
  81.  PConsole
  82. Session Management,,Load Session
  83.  Session
  84. System Configuration,,Load Syscon
  85.  Syscon
  86. Volume Information,,Load VolInfo
  87.  VolInfo
  88. %Management Commands,12,48,3
  89. Communications Menu
  90.  %Communications Menu
  91. Disk Utilites Menu
  92.  %Disk Utilities Menu
  93. FileServer Services Menu
  94.  %FileServer Services Menu
  95. Help
  96.  Help
  97. User Menu
  98.  %User Menu
  99. %Communications Menu,14,58,3
  100. Asynchronous Remote Console
  101.  AConsole
  102. Bridge Software - Jumpers
  103.  Jumpers
  104. Communications Check
  105.  Comcheck
  106. NetBios Information
  107.  NetBios I
  108. Netware Shell Information
  109.  Net3 I
  110. Remote Console
  111.  RConsole
  112. %Disk Utilities Menu,14,58,3
  113. Backup With NBackup
  114.  NBackup
  115. Check A Volume
  116.  @Echo Off
  117.  Cls
  118.  Rem @1"Enter A Volume Name Or Drive Letter"
  119.  Chkvol @1
  120.  Pause
  121. Directory Information
  122.  ChkDir @1"Enter Path"
  123. Disk Space Limitations
  124.  DSpace
  125. List Directory Structure
  126.  @Echo Off
  127.  Cls
  128.  Rem @1"Enter Path [default Is \]
  129.  Rem @2"Enter Options [/s Ub  /r Ights  /all ..]"
  130.  Set P=@1
  131.  If "%p%"=="" Set P=\
  132.  Listdir %p% @2
  133.  Set P=
  134. Purge Files
  135.  @Echo Off
  136.  Cls
  137.  :@1"Enter Path [default Is \]"
  138.  Set P=@1
  139.  If "%p%"=="" Set P=\
  140.  Purge %p%
  141.  Pause
  142. Salvage Files
  143.  Salvage
  144. %User Menu,14,58,3
  145. Make A New User
  146.  MakeUser
  147. Security Check
  148.  Rem @1"Enter Filename To Redirect output to "
  149.  set R=@1
  150.  f:
  151.  cd \system
  152.  if not "%R%"=="" Security /c > %R%
  153.  if "%R%"=="" Security
  154.  set R=
  155. User Definitions
  156.  UserDef
  157. %FileServer Services Menu,14,58,3
  158. Accounting Services
  159.  Rem @1"Enter Filename To Redirect output to "
  160.  set R=@1
  161.  if not "%R%"=="" ATotal > %R%
  162.  if "%R%"=="" ATotal
  163.  set R=
  164. Colour Palette Editor,,Load ColorPal
  165.  ColorPal
  166. File Server Monitoring,,Load FConsole
  167.  FConsole
  168. Network Version
  169.  @Echo Off
  170.  Cls
  171.  Nver
  172.  Pause
  173. Printer Status
  174.  @Echo Off
  175.  Cls
  176.  Pstat
  177.  Pause
  178. Time On Fileserver
  179.  SysTime
  180.